|
==Introduction== In computer programming, JavaBeans Activation Framework, or JAF, enables developers to:〔(JavaBeans Activation Framework ). Retrieved 2013-08-11.〕 : * determine the type of an arbitrary piece of data, : * encapsulate access to it, : * discover the operations available on it and : * to instantiate the appropriate bean to perform the operation(s). It also enables you to dynamically register types of arbitrary data and actions associated with particular kinds of data. Additionally, it enables a program to dynamically provide or retrieve JavaBeans that implement actions associated with some kind of data. * JSR-925 * Latest spec version is 1.1 * It's an old spec released on April 2006 * It's originally an extension API * * Now available as a standard API in Java SE and Java EE * * Has only one package javax.activation (4 interfaces, 13 classes) 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「JavaBeans Activation Framework」の詳細全文を読む スポンサード リンク
|